/*新的底部区域 */
.bt-box {
 width: 100%;
 background: url("../images/index/kj-bottom/kj-bottom-bg1.png");
 box-sizing: border-box;
 display: flex;
 align-items: center;
 padding:35px;
}
.yb-text{
 text-align: center;
 font-size: 18px;
 color: #fff;
}
.yb-img{
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 margin-top: 10px;
}
.yb-p{
line-height: 25px;
 margin-top: -40px;
}
.yb-img img{
 margin-right: 30px;
}
.yb-img img:last-child{
 margin-right:unset;
}
.ybsj{
 flex: 2;
 /*border-right: 1px solid #fff;*/
 position: relative;
}
.yb-line{
 width: 1px;
 height: 110px;
 background: rgb(255,225,255,0.5);
}
.yb-tip{
 width: 100%;
 display: flex;
 margin-top: 5px;
 position: absolute;
 font-size: 16px;
 color: #fff;
justify-content: flex-end;
 padding-right: 20px;
}
.yb-tip p{
text-align: center;
}
.yb-tip p:last-child{
 margin-left: 23px;
}

